Messages
5/27/2022
16 : 14
How to reduce ANR by three times
View in browser 🔖 Articles How we reduced our ANR by three times After studying stack traces of ANR, we were able to improve ANR by 60%, as well as cold startup performance by 70%. Lazy Grid layouts in
5/20/2022
16 : 14
Spot your UI jank using CPU profiler in Android Studio
View in browser 🔖 Articles Spot your UI jank using CPU profiler in Android Studio If your app suffers from slow UI rendering, the Android framework is forced to skip frames. When this happens, the user
5/13/2022
16 : 14
13 Things to know for Android developers at Google I/O!
View in browser 🔖 Articles 13 Things to know for Android developers at Google I/O! We've rounded up the top 13 things to know for Android developers—from Jetpack Compose to tablets to Wear OS and
5/6/2022
16 : 14
Learn Android with Jetpack Compose (no programming experience needed!)
View in browser 🔖 Articles Learn Android with Jetpack Compose (no programming experience needed!) As the next evolution of our journey to make Android development accessible to all, we released the
4/29/2022
16 : 14
To Compose, or Not to Compose, That is the Question
View in browser 🔖 Articles To Compose, or Not to Compose, That is the Question With the release of another stable version of Jetpack Compose (woohoo! 🎉) back in February, we need to take a moment to
4/8/2022
16 : 14
What's new in Kotlin 1.6.20
View in browser 🔖 Articles What's new in Kotlin 1.6.20 Kotlin 1.6.20 reveals previews of the future language features, makes the hierarchical structure the default for multiplatform projects, and
4/1/2022
16 : 14
The exciting aspects of Android Camera
View in browser 🔖 Articles The exciting aspects of Android Camera Android Camera is an exciting space. Camera is one of the top reasons consumers purchase a phone. Android Camera empowers developers
3/25/2022
17 : 14
Using performance class to optimize your user experience
View in browser 🔖 Articles Using performance class to optimize your user experience Today we're launching the Jetpack Core Performance library in alpha. This library enables you to easily
3/22/2022
15 : 4
Check out the new Android 13 Developer Preview
View in browser 🔖 Articles Android 13 Developer Preview 2 We're sharing Android 13 Developer Preview 2 with more new features and changes for you to try in your apps. Your input helps us make
3/11/2022
17 : 14
Learning to Love Dependency Injection
View in browser 🔖 Articles Dagger + Anvil: Learning to Love Dependency Injection on Android Dagger with Anvil has been working so well that we think that it would be valuable to share our learnings
3/4/2022
17 : 4
Lambdas and Function References
View in browser 🔖 Articles Lambdas and Function References As we've seen, functions are a basic building block of Kotlin code. Kotlin also gives us another way to write functions - lambdas! Jetpack
2/25/2022
17 : 14
A newly hatched Banking Trojan
View in browser 🔖 Articles Xenomorph: A newly hatched Banking Trojan In February 2022, ThreatFabric came across a new Android banking Trojan, which we dubbed Xenomorph. The name comes from its clear
2/18/2022
17 : 4
DataStore and dependency injection
View in browser 🔖 Articles DataStore and dependency injection In the following posts from our Jetpack DataStore series, we will cover several additional concepts to understand how DataStore interacts
2/11/2022
17 : 14
The first developer preview of Android 13
View in browser 🔖 Articles The first developer preview of Android 13 With Android 13 we're continuing some important themes: privacy and security, as well as developer productivity. Building a
2/4/2022
17 : 14
High performance with idiomatic Kotlin
View in browser 🔖 Articles High performance with idiomatic Kotlin As a mobile developer, but also as an engineering manager, I learned that nothing is more likely to drive users away than a poorly
1/28/2022
17 : 4
Android Studio Bumblebee
View in browser 🔖 Articles Android Studio Bumblebee (2021.1.1) Stable The Android Studio team has been abuzz with the stable release of Android Studio Bumblebee (2021.1.1) and Android Gradle plugin (
1/21/2022
17 : 4
How to Securely Implement TLS Certificate Checking
View in browser 🔖 Articles How to Securely Implement TLS Certificate Checking in Android Any communication with remote servers today should use secure connections to protect the communication between
1/14/2022
17 : 4
SplashScreen Compat: consistent splash screens
View in browser 🔖 Articles SplashScreen Compat: consistent splash screens They say that the first impression is the best impression that one should make. Well, the first impression in an app is the
12/24/2021
17 : 14
Debugging like a pro in Android Studio
View in browser 🔖 Articles Debugging like a pro in Android Studio There are days when we spend more time in the debugger than in the code editor. Here I have mentioned some of the best tips and tricks
12/17/2021
17 : 14
Rebuilding our guide to app architecture
View in browser 🔖 Articles Rebuilding our guide to app architecture In response to community demand for up-to-date guidance on app architecture, we're launching a revamped guide to app architecture